Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: epic, story, task 엔티티, DTO에 대해 제약조건 설정 #312

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

choyoungwoo9
Copy link
Collaborator

🎟️ 태스크

스토리 타이틀, 포인트 제약조건 수정하기(백엔드)
에픽 이름 제약조건 수정하기(백엔드)

✅ 작업 내용

feat: epic, story, task 엔티티, DTO에 대해 제약조건 설정

  • epic
    • name을 1자 이상 10자 이하로 설정
  • story
    • title을 1자 이상 100자 이하로 설정
    • point을 1 포인트 이상 100 포인트 이하로 설정
  • task
    • title을 1자 이상 100자 이하로 설정

- epic
  - name을 1자 이상 10자 이하로 설정
- story
  - title을 1자 이상 100자 이하로 설정
  - point을 1 포인트 이상 100 포인트 이하로 설정
- task
  - title을 1자 이상 100자 이하로 설정
@choyoungwoo9 choyoungwoo9 merged commit 0b3bf49 into dev Jul 15, 2024
1 check passed
@choyoungwoo9 choyoungwoo9 deleted the feature/epic-story-constraint branch July 15, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant